gdk: Allow passing the start coordinates in drag_begin
authorMatthias Clasen <mclasen@redhat.com>
Mon, 7 Dec 2015 18:47:45 +0000 (13:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Dec 2015 15:39:43 +0000 (10:39 -0500)
commit268c7a3e44bbedd71f93b9456f91e0116b79dc71
treec989fa00bab8b4c6fd2ef3903c3ae1cf4108659c
parenteb97ef05146debfb37821e93d33e4375a6f9d1ed
gdk: Allow passing the start coordinates in drag_begin

Add a variant of gdk_drag_begin that takes the start position
in addition to the device. All backend implementation have been
updated to accept (and ignore) the new arguments.

Subsequent commits will make use of the data in some backends.
14 files changed:
docs/reference/gdk/gdk3-sections.txt
gdk/broadway/gdkdnd-broadway.c
gdk/broadway/gdkprivate-broadway.h
gdk/gdkdnd.h
gdk/gdkwindow.c
gdk/gdkwindowimpl.h
gdk/quartz/gdkdnd-quartz.c
gdk/quartz/gdkprivate-quartz.h
gdk/wayland/gdkdnd-wayland.c
gdk/wayland/gdkprivate-wayland.h
gdk/win32/gdkdnd-win32.c
gdk/win32/gdkprivate-win32.h
gdk/x11/gdkdnd-x11.c
gdk/x11/gdkprivate-x11.h